home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / fonts / macfontx.zip / README.TXT < prev    next >
Text File  |  1993-10-08  |  6KB  |  133 lines

  1. Mac => PC Font Conversion Toolkit
  2.  
  3. Have you ever suspected that all the really neat freeware and 
  4. shareware Type 1 and Truetype fonts are available only in 
  5. Macintosh formats?  Do you have some PC fonts that are 
  6. obviously Mac conversions (e.g., high-ANSI characters are in 
  7. the wrong place, font names include extraneous version numbers, 
  8. etc.), but they lack documentation?  Here, all in one place for 
  9. the first time ever (at least at ftp.cica.indiana.edu), are all 
  10. the tools you need to extract Mac font archives and convert the 
  11. fonts to PC format for Windows or ATM.
  12.  
  13. All these tools came originally from an assortment of FTP sites 
  14. (they are listed in HOW_TO.TXT).  They are all either shareware 
  15. or freeware, and they are included in this archive in the same 
  16. format (ZIP or self-extracting) in which I obtained them.  I 
  17. don't see any legal problems with including them all together 
  18. like this.  If any of the authors object, please contact me 
  19. (address below).
  20.  
  21. These are the included files:
  22.  
  23. README.TXT    This file
  24. HOW_TO.TXT    Instructions, from comp.fonts FAQ
  25. BINHEX13.ZIP    Converts Mac Binhex (.HQX) to binary
  26. XBIN23.ZIP    Converts Mac Binhex (.HQX) to binary
  27. EXT-PC.ZIP    Uncompresses Mac Compactor files
  28. UNSITI.EXE    Uncompresses Mac Stuffit files
  29. UNSIT30.ZIP    Uncompresses Mac Stuffit files
  30. REFONT14.ZIP    Converts Type 1 and Truetype fonts: Mac to PC, 
  31.         PC to Mac, *NOT* Type 1 to TTF or TTF to Type 1
  32. BM2AFM02.ZIP    Creates .AFM files from Mac bitmaps
  33.  
  34. HOW_TO.TXT is taken from the MS-DOS FAQ (frequently asked 
  35. questions) for the Usenet group comp.fonts.  It tells where 
  36. most of these programs came from, and how to use them.  
  37.  
  38. All the programs are plain DOS programs, but I have had no 
  39. trouble using them in a DOS box in Windows.
  40.  
  41. Two of the programs, BINHEX13 and XBIN23, convert "binhexed" 
  42. files into binary format.  Binhex is the Mac equivalent of 
  43. UU-encoding, allowing files to be appended to e-mail messages 
  44. or sent over 7-bit communication links.  XBIN23 is the more 
  45. robust of the two, ignoring text headers at the beginning of 
  46. the file, but occasionally it will choke on a file (e.g., 
  47. mira.sit.hqx from archive.umich.edu).  It always creates three 
  48. files, .DAT (the one you want), .INF, and .RSR (these can be 
  49. deleted.  BINHEX13 has a full-screen user interface with a 
  50. dialog box for selecting files.  A text header fools it into 
  51. thinking that it can't handle a file (you can remove the header 
  52. in advance with Notepad).  It successfully converted the files 
  53. that XBIN23 couldn't.  It creates only the .DAT part, and gives 
  54. it a more instructive file extension: .CPT for Compactor files 
  55. and .SIT for Stuffit files.
  56.  
  57. Compactor and Stuffit are types of compressed archives, similar 
  58. to ZIP files.  Compactor seems to be used more, especially for 
  59. fonts.  EXT-PC (EXTRACT.EXE) extracts these files.  It is ordinarily run 
  60. twice:
  61.  
  62. EXTRACT FOO.CPT -F     ;extracts the data fork, including .AFM 
  63.             ;and README files
  64. EXTRACT FOO.CPT -F -R    ;extracts the resource fork, including 
  65.             ;.PFB, .TTF, and Mac bitmap files
  66.  
  67. Mac filenames can be long, can contain spaces, don't have 
  68. consistent naming conventions, and are otherwise unruly.  
  69. EXTRACT takes the first 11 letters (minus spaces) of the Mac 
  70. filename and turns them into the DOS filename:  "Happy Holiday 
  71. Dingbats Plain" would become "HAPPYHOL.IDA".  This is not 
  72. necessarily a problem (you can always rename the file) unless 
  73. the next file happens to be "Happy Holiday Dingbats Oblique", 
  74. which would be contracted to the same DOS name.  When EXTRACT 
  75. encounters this situation, it stops, and will not extract any 
  76. more files, even if their DOS names would be unique.  The only 
  77. way to prevent this is to use the -U switch, which tells the 
  78. program to create "unique filenames".  These are NAME001, 
  79. NAME002, etc.; it tells you the Mac names as it converts.  It 
  80. starts with NAME001 *every time you run it*, so remember to 
  81. change the names to something else before you run it again.  I 
  82. find that it helps to run the program with the -L switch to get 
  83. a listing of the archive, so I can decide whether -U is 
  84. necessary and to get an idea of what the archive contains.
  85.  
  86. Of the two programs for extracting Stuffit archives, UNSITI is 
  87. in my opinion the best; it works in an interactive mode, 
  88. allowing you to decide for each file whether to extract it and 
  89. whether to rename it.  UNSIT30 is explained in HOW_TO.TXT.
  90.  
  91. REFONT converts either Type 1 or Truetype fonts from Mac to PC 
  92. format (PC to Mac, also).  It recognizes which type of file it 
  93. is working with (.AFM, Type 1 outline, or Truetype) and 
  94. automatically creates a DOS file of the same name (first eight 
  95. characters) and the appropriate extension (.PFM, .PFB, or .TTF, 
  96. respectively).  REFONT does not change the character sequence; 
  97. characters above 127 will not be in the standard Windows ANSI 
  98. order, and sometimes high-ANSI characters referred to in the 
  99. font's documentation may not appear (I'm sure there is a reason 
  100. for this, but I don't know what it is).
  101.  
  102. BM2AFM02 creates an .AFM file from a Mac bitmap; this is useful 
  103. only if the .AFM is missing.  I have tried it out, but have no 
  104. experience with it.
  105.  
  106. All my observations are based on converting about 60 fonts, all 
  107. from the mirror of archive.umich.edu at wuarchive.wustl.edu.  I 
  108. have read that Mac fonts can also be found on ftp.cs.umb.edu 
  109. and sumex-aim.stanford.edu.
  110.  
  111. In the comp.fonts FAQ (HOW_TO.TXT) is the statement, "Some font 
  112. authors specifically deny permission to do cross-platform 
  113. conversions."  My feeling is that this refers to fonts that you 
  114. plan to redistribute (that is why I am not posting all the 
  115. fonts I converted to ftp.cica.indiana.edu), but not to fonts 
  116. you plan to use yourself.  I certainly expect that if you pay 
  117. the shareware fee on a font, the author isn't going to care 
  118. where you use it.
  119.  
  120. This file is copyright 1993 by Curtis Clark (for what it's 
  121. worth).  If for some reason you decide to distribute it 
  122. separately from the included program files, I (or my designated 
  123. agent) may choose to wonder why you bothered.
  124.  
  125. Curtis Clark
  126. jcclark@csupomona.edu
  127. Biological Sciences
  128. California State Polytechnic University, Pomona
  129. Pomona CA 91768 USA
  130.  
  131.  
  132.  
  133.